home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Wissenschaft & Technik / AppleScripts for CodeWarrior / Read me < prev   
Text File  |  1997-02-23  |  3KB  |  29 lines

  1. What are they?
  2. A set of AppleScripts for people working with multiple CodeWarrior projects in the same project folder, typically because they are building fat binaries or merging multiple code resources into the same file. They let you do common operations such as building or compacting all projects at once, with just one command.
  3.  
  4. How to install
  5. Drag the contents of INTO Scripting Additions to your Scripting Additions folder (it's inside your Extensions folder).
  6. Drag the contents of INTO (Scripts) into CodeWarrior's (Scripts) folder.
  7.  
  8. Requirements
  9. Reasonably current versions of CodeWarrior and AppleScript.
  10.  
  11. How to install
  12. Just choose the relevant command from CodeWarrior's Scripts menu. The command will be performed on all project files in the current projects folder. 68K projects are done first, since PPC projects often merge in the results of the 68K builds.
  13.  
  14. The scripts are fairly self-explanatory.
  15.  
  16. Fine Print
  17. You may use, distribute and modify these scripts as you see fit.
  18.  
  19. These scripts are distributed as is in the hope it may be useful. I believe them to be safe, but you are warned that I accept no responsibility for any loss or damage caused by their use. So if they trash your hard disk and you lose $1,000,000 worth of unbacked-up data, that’s your problem.
  20.  
  21. All trademarks are acknowledged. 
  22.  
  23. Richard Buckle hereby disclaims all warranties relating to this software, whether express or implied, including without limitation any implied warranties of merchantability or fitness for a particular purpose.  Richard Buckle will not be liable for any special, incidental, consequential, indirect or similar damages due to loss of data or any other reason, even if Richard Buckle or an agent of his has been advised of the possibility of such damages.  In no event shall Richard Buckle be liable for any damages, regardless of the form of the claim.  The person using the software bears all risk as to the quality and performance of the software.
  24.  
  25. US Government: 
  26. Government End Users:  If you are acquiring this software on behalf of any unit or agency of the United States Government, the following provisions apply.  The Government agrees: (i) if this software is supplied to the Department of Defense (DoD), the software is classified as "Commercial Computer Software" and the Government is acquiring only "restricted rights" in the software, its documentation and fonts as that term is defined in Clause 252.227-7013(c)(1) of the DFARS; and (ii) if the software is supplied to any unit or agency of the United States Government other than DoD, the Government's rights in the software, its documentation and fonts will be as defined in Clause 52.227-19(c)(2) of the FAR or, in the case of NASA, in Clause 18-52.227-86(d) of the NASA Supplement to the FAR.
  27.  
  28. So there.
  29.